object TokenDetailsForm: TTokenDetailsForm Left = 139 Top = 82 BorderStyle = bsDialog Caption = 'Token Details' ClientHeight = 373 ClientWidth = 612 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lv: TListView Left = 8 Top = 8 Width = 593 Height = 317 Columns = < item Caption = 'Property' Width = 200 end item Caption = 'Value' Width = 389 end> ReadOnly = True TabOrder = 0 ViewStyle = vsReport end object bOK: TButton Left = 410 Top = 336 Width = 89 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end